home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / data / file chopper 20 / fchop.exe / TheFileChopper.exe / 0 / RCDATA / TFRMHINT / TFRMHINT.txt < prev   
Text File  |  1998-10-28  |  728b  |  38 lines

  1. object frmHint: TfrmHint
  2.   Left = 269
  3.   Top = 123
  4.   AutoScroll = False
  5.   Caption = 'Hint'
  6.   ClientHeight = 326
  7.   ClientWidth = 539
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = OnActivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object ListBox1: TListBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 521
  22.     Height = 281
  23.     Color = clMenu
  24.     ItemHeight = 16
  25.     TabOrder = 0
  26.   end
  27.   object OnFileBtn: TButton
  28.     Left = 12
  29.     Top = 295
  30.     Width = 517
  31.     Height = 25
  32.     Cursor = crHandPoint
  33.     Caption = 'OnFileBtn'
  34.     TabOrder = 1
  35.     OnClick = OnFileBtnClick
  36.   end
  37. end
  38.